﻿/* login control */
.login {
}
.login table {
	color: #ffffff;
	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular; 
	font-size: 8pt;
	width: 300px;
}
.login_error {
	color: Red;
	font-size: 8pt;
}
.login_submit {
	margin-top: 10px;	
	font-size: 8pt;
}

.login_text {
	display: block;
	width: 100%;
	font-size: 8pt;
}

.login_tb {
	display: block;
	width: 100%;
	font-size: 8pt;
}

.login select {
	margin-top: 5px;
	display: block;
	width: 100%;
	font-size: 8pt;
}
.login_submit {
	
}

body { margin: 0px; }



.firmInformation {
	font-size: 8pt;
	font-family: Arial;
	color: #7a7a7a;
}

.firmInformation_name {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bolder;
	color: #7a7a7a;
}

.exceptionText 
{
	color: white;
	font-size: 9pt;
	font-family: Arial;
	margin-left: 75px;
	margin-top: 70px;
}


.exceptionLink:link {color: #ffffff; text-decoration: none; font-family: Arial; font-size: 9pt}
.exceptionLink:visited {color: #ffffff; text-decoration: none; font-family: Arial; font-size: 9pt}
.exceptionLink:hover {color: #ffffff; text-decoration: underline; font-family: Arial; font-size: 9pt}

a.login_link:link {text-decoration: none; font-size: 8pt; color: White}
a.login_link:visited {text-decoration: none; font-size: 8pt; color: White}
a.login_link:hover {text-decoration: none; font-size: 8pt; color: White}